meson: Improve search for libpng
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 30 Sep 2021 08:17:48 +0000 (16:17 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 30 Sep 2021 08:21:45 +0000 (16:21 +0800)
commitdbd0ce30d9ec4ad0baf958087bd3ff31e1f33957
treefda0549f611ee4f757888aea0a314b25b5c88910
parenta45e1a01fc2f8628bf4cffba041b90b2b734383d
meson: Improve search for libpng

On Visual Studio-style builds, it is likely that we do not have pkg-config
files for libpng, so improve the search for libpng by using CMake's built-in
mechanisms for looking for libpng.  This, however, means that we need to use
'png' rather than 'libpng' for the package name to search for.
meson.build